home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp95 / diet12.exe / UPDATE.DOC < prev   
Text File  |  1991-08-29  |  4KB  |  75 lines

  1.     =====================UPDATE DOC ============================
  2.     ************************************************************
  3.     **  WHAT'S NEW in this latest version of DIET ver1.20   ****
  4.     ************************************************************
  5.    [1] You can compress device drivers!
  6.          Devise Drivers compression -D option.
  7.          From this version on, you can compress device drivers, too.
  8.          Device driver is a file with '.SYS' extensions usually, and
  9.          is used with a line 'device?????.sys' in your config.sys
  10.          DIET checks whether a file is a device driver by the 
  11.          leading FF FF block of the file. There are some device driver
  12.          without this block. You have to use -I option together with 
  13.          -D option.
  14.          This is a good news for the people in countries where you
  15.          need extra display.sys and code switching tables.
  16.  
  17.    [2] You can COPY dieted files COMPRESSED or DECOMPRESSING!
  18.        Copy DIETED files may cause extra time. COMMAND.COM will
  19.        decompress the file and then copy to the directory; then TSR DIET
  20.        will recompress the file again. You can use -C option to copy files
  21.        as compressed as they are. If DIET finds newer file(s) with same 
  22.        name(s), then DIET will skip the files(s).
  23.       
  24.        When you store compressed files of Floppy disks, and use them
  25.        on a RAMDISK, you may use this method to restore files compressed.
  26.  
  27.       <Example 1.> To copy all the files on the current directory c:\
  28.        to Floppy Disk A:
  29.          DIET -CA:\ C:\*.*  
  30.         ~~~~~~~~~~~~~~~~~~~
  31.       When you keep files compressed on floppies and use them on a RAMDISK
  32.       in decompressed shape. You may copy file(s) with resotoring to the
  33.       original size(s).
  34.  
  35.       <Example 2.> To copy compressed files on Floppy disk in drive A:,
  36.       to a RAMDRIVE C:\ in the original size for faster execution.
  37.  
  38.          DIET -RA -CC:\ A:\*.*
  39.  
  40.   [3] REMOVE or KILL temporary files when you wish!
  41.         Kill temporary Files when you quit, with -K option.
  42.         Resident part of DIET opens a temporary file whenever a
  43.         compressed file is opened in read-mode. The temporary file
  44.         is erased whenever the program closes the file. However,
  45.         there are programs which open and close a file frequently,
  46.         e.g. a Help Message file, creating and erasing temporarily.
  47.         This type of file is very much time consuming for TSR DIET.
  48.         
  49.         The option -K should be used when you compress a file with
  50.         DIET. This is a new option, from this version DIET ver.1.20.
  51.         You must remember you need a fairy large amount of space for
  52.         your temporary file. The temporary file is erased when
  53.         the program terminates.
  54.  
  55.         You can check whether your file is compressed with -K option
  56.         or not with -H option.
  57.  
  58.  
  59.    [4] New Display for -L option.
  60.  
  61.      DIET -L          --------- list dieted and undieted files!
  62.    In the following list, filenames headed with an asterisk *, show
  63.    their names in reverse color.
  64.  
  65.    *TAIL.EXE    *UUDECODE.EXE  *UUENCODE.EXE  *EMACS.EXE  EMACS.HLP    
  66.    *BDIFF.EXE    BDIFF.DOC     *BUPDATE.EXE   *CSH.COM    LHA.EXE      
  67.    *LOG.EXE      SETUPE.EXE     CFREQ.EXE      REV.EXE    SORT.MAN     
  68.  
  69.       You will know how much of your files are compressed with DIET
  70.       by this display. Visual and helpful.
  71.  
  72.  
  73.                     8/21/91     by Teddy Matsumoto
  74.     
  75.